-- card: 2144 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 2655 -- name: Table of Contents -- part 43 (field) -- low flags: 03 -- high flags: 0000 -- rect: left=115 top=39 right=73 bottom=417 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 2 -- text size: 12 -- style flags: 256 -- line height: 16 -- part name: Title -- part 44 (field) -- low flags: 03 -- high flags: 0000 -- rect: left=141 top=281 right=301 bottom=372 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 2 -- text size: 12 -- style flags: 256 -- line height: 16 -- part name: Click -- part 47 (field) -- low flags: 03 -- high flags: 0000 -- rect: left=46 top=76 right=289 bottom=485 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 2 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Contents ----- HyperTalk script ----- on mouseup put clickline() into thenum put line thenum of target into theline repeat until "◊" is not in theline delete char offset ("◊",theline) of theline end repeat repeat until "•" is not in theline delete char offset ("•",theline) of theline end repeat repeat until space is not first char of theline delete first char of theline end repeat put char 1 to 27 of theline into theline lock screen --put theline --- go card theline unlock screen with visual barn door open end mouseup function clickline --this function returns the line that was clicked on --use with a mouseup script in a locked field --"put line clickline() of target into container" if style of the target is "scrolling" then put trunc((((((item 2 of the clickloc+the scroll of the target))- item 2 of the rect of the target)/ (the textheight of the target))+1)) into number else put trunc(((((item 2 of the clickloc)- item 2 of the rect of the target)/ (the textheight of the target))+1)) into number end if return number end clickline -- part contents for background part 4 ----- text ----- -- part contents for card part 43 ----- text ----- An Introductory Guide to Virus Handling Table of Contents -- part contents for card part 44 ----- text ----- Click on a Topic to go to it -- part contents for card part 47 ----- text ----- ◊What Are Computer Viruses? ◊How Do Viruses Affect Me? ◊How Are Viruses Spread? ◊How Can They Be stopped? ◊The Three Steps of Handling Viruses ◊Virus Handling by the Numbers- A Guide for the Uninitiated ◊Programs and Techniques for: •Protection •Detection •Eradication ◊Where to Obtain Products ◊For the Technically Inclined ◊Credits